golang.org/x/net/idna.options.verifyDNSLength (field)
9 uses
golang.org/x/net/idna (current package)
idna.go#L73: return func(o *options) { o.verifyDNSLength = verify }
idna.go#L188: verifyDNSLength bool
idna.go#L266: if p.verifyDNSLength {
idna.go#L316: verifyDNSLength: true,
idna.go#L379: if err == nil && p.verifyDNSLength && s == "" {
idna.go#L388: if err == nil && p.verifyDNSLength {
idna.go#L441: if p.verifyDNSLength && err == nil && (n == 0 || n > 63) {
idna.go#L447: if toASCII && p.verifyDNSLength && err == nil {
idna.go#L780: if p.verifyDNSLength {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)